object songinfo: Tsonginfo Left = 527 Top = 297 ActiveControl = OkBtn BorderIcons = [] BorderStyle = bsSingle Caption = 'Song info' ClientHeight = 247 ClientWidth = 296 Color = 4874571 Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 14 object Shape4: TShape Left = 7 Top = 152 Width = 282 Height = 25 Brush.Color = 11255468 end object Shape3: TShape Left = 7 Top = 184 Width = 282 Height = 25 Brush.Color = 11255468 end object Shape1: TShape Left = 7 Top = 8 Width = 282 Height = 65 Brush.Color = 11255468 end object Label1: TLabel Left = 16 Top = 18 Width = 44 Height = 14 Caption = 'Song title' Color = 11255468 ParentColor = False end object Label2: TLabel Left = 16 Top = 46 Width = 33 Height = 14 Caption = 'Author' Color = 11255468 ParentColor = False end object Shape2: TShape Left = 7 Top = 80 Width = 282 Height = 65 Brush.Color = 11255468 end object Label3: TLabel Left = 14 Top = 190 Width = 46 Height = 14 Caption = 'Webpage' Color = 11255468 ParentColor = False Transparent = True end object Label4: TLabel Left = 14 Top = 158 Width = 24 Height = 14 Caption = 'Tribe' Color = 11255468 ParentColor = False Transparent = True end object eSongTitle: TEdit Left = 80 Top = 14 Width = 201 Height = 22 Color = 11255468 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 0 Text = '...' end object eAuthor: TEdit Left = 80 Top = 43 Width = 201 Height = 22 Color = 11255468 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 1 Text = '...' end object OkBtn: TButton Left = 106 Top = 216 Width = 89 Height = 25 Cancel = True Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 2 end object eInfo: TMemo Left = 15 Top = 88 Width = 265 Height = 49 BorderStyle = bsNone Color = 11255468 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] Lines.Strings = ( '...') MaxLength = 255 ParentFont = False ScrollBars = ssVertical TabOrder = 3 end object eURL: TEdit Left = 72 Top = 190 Width = 209 Height = 17 BorderStyle = bsNone Color = 11255468 Font.Charset = DEFAULT_CHARSET Font.Color = 4470913 Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold, fsUnderline] ParentFont = False TabOrder = 4 Text = '...' OnClick = eURLClick end object eTribe: TEdit Left = 72 Top = 158 Width = 209 Height = 17 BorderStyle = bsNone Color = 11255468 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 5 Text = '...' end end